PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFPageDirectDestination Class / getPage Method
In This Topic
    getPage Method
    In This Topic
    Gets the page.
    Syntax
    public PDFPage getPage()

    Return Value

    A com.o2sol.pdf4java.PDFPage object that represent the page to be displayed when the destination is executed.
    See Also